SmartFTP FTP Library
IAsyncBaseSocketLayer::ReceiveBufferSize Property

The size of the receive buffer in bytes. This value is used to set the SO_RCVBUF socket option. 

Default: 128 * 1024

IDL
__property long ReceiveBufferSize;

This value directly affects the TCP window size. If the value is set to 0 the default OS value is used and setsockopt() is not called

What do you think about this topic? Send feedback!
Copyright (c) by SmartSoft Ltd. All rights reserved.